KeyedCollection.key_type

The key_type is alias'd as the type since it looked better than having typeof(T.key) everywhere.

mixintemplate KeyedCollection(T)
final
alias key_type = typeof(T.key)

Meta